fix(cloudrun): publish adapter contract#2170
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
39f36b1 to
2ca864e
Compare
2370bf4 to
593c88d
Compare
8c70ca8 to
5006eb1
Compare
593c88d to
3794659
Compare
5006eb1 to
f505062
Compare
2dfc8f1 to
f9c74e6
Compare
4b3fca9 to
e656e66
Compare
f9c74e6 to
4aa8d4e
Compare
e656e66 to
dab294d
Compare
4aa8d4e to
5d3ce2c
Compare
dab294d to
72cafdf
Compare
2b8ae85 to
f941ffb
Compare
3523b16 to
ab8fd5d
Compare
f941ffb to
35f4007
Compare
ab8fd5d to
b6b78b5
Compare
35f4007 to
165f2e1
Compare
b6b78b5 to
6be6180
Compare
7fe2537 to
eb0930b
Compare
78888dd to
3a5655d
Compare
0b30fbc to
e2cd043
Compare
3a5655d to
d092cdb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Publish the Cloud Run Terraform module through code and make optional adapter availability explicit.
Why
The CLI resolved an unexported package.json path and produced opaque failures when the optional adapter was absent.
How
Export getTerraformModuleDir, build the Terraform entry, keep cloud adapters external, and add the same actionable preflight used by Lambda. Keep the generated package-subpath descriptor and manifest synchronized.
Test plan